toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]MouseExited
Mouse
Exited
public
interface
MouseExited
implements
MouseEvent
An event indicating that the mouse has been moved out of the web page.
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
MouseExited
.
Functions
location
Link copied to clipboard
public
Point
location
(
)
Returns the mouse position relative to the bounds of the browser instance.
location
On
Screen
Link copied to clipboard
public
Point
locationOnScreen
(
)
Returns the mouse position relative to the bounds of the screen.
new
Builder
Link copied to clipboard
public
static
MouseExited.Builder
newBuilder
(
Point
location
)
Creates a new
MouseExited
builder with the given required parameters.